' Author: Simon Dexter, M.A.
' Source: www.geocities.com/simondex
' Project: Kinematics2D 
' Name: Trace codes
' Description:  - this file contains descriptions of individual trace codes returned by subroutines/functions in the project
' Date started: 08/24/08
' Date modified: 
' 08/24/08 2:57 pm 

Code: E1
Description: Overflow in X coordinate translation 
File: GraphicsHandler

Code: E2
Description: Overflow in Y coordinate translation 
File: GraphicsHandler

Code: M1 
Description: message about new physical object created
File: PhysicalBody

Code: M2
Description: legal exit with escape button 
File: Controller

Code: E3
Description: unable to load background image
File: Graphics Controller

Code: E4
Description: unable to recalculate bounding box properly 
File: Vertex
Subroutine: recalculateBoundingBox

Code: E5
Description: unable to recalculate bounding box properly 
File: Ellipse
Subroutine: recalculateBoundingBox